Edit Task: DurationMinTotal
Description
The DurationMinTotal attribute under EditTask defines the minimum combined duration of all of the task's assignments. If the maximum total duration values is less then this minimum segment duration then the values will be increased to match this value. If the minimum segment duration value is greater than this minimum segment duration then the values will be increased to match this value.
Parameters
Parameter | Description |
---|---|
DurationMinTotal | a double value greater than zero that defines the minimum duration constraint of the combined duration of this task's assignments. |
Examples
Sets the minimum total duration to 1260s for a task
PATCH api/task/TaskA
Body:
{
"DurationMinTotal" : "1260"
}